Skip to content

machine: avoid bytes package in USB logic #852

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 18, 2020
Merged

Conversation

aykevl
Copy link
Member

@aykevl aykevl commented Jan 17, 2020

This greatly cuts down on compile time (by about 5x for small programs) and also makes the program a whole lot smaller. Overall it cuts down make smoke-test in the drivers repository by half (from 160s to 80s).

This will probably also fix the timeout issue in the Playground: tinygo-org/playground#7

This greatly cuts down on compile time (by about 5x for small programs)
and also makes the program a whole lot smaller. Overall it cuts down
`make smoke-test` in the drivers repository by half (from 160s to 80s).

This will probably also fix the timeout issue in the Playground:
tinygo-org/playground#7
@aykevl aykevl requested a review from deadprogram January 17, 2020 20:48
@deadprogram
Copy link
Member

Wow, the compile speed difference is really noticable! Great work, @aykevl you are going to save me so much time.

Now merging.

@deadprogram deadprogram merged commit 4ee7bf0 into dev Jan 18, 2020
@deadprogram deadprogram deleted the usb-avoid-bytes-package branch January 18, 2020 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants