Skip to content
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

Concurrent Transpiler #3816

Merged
merged 5 commits into from
Jul 26, 2023
Merged

Concurrent Transpiler #3816

merged 5 commits into from
Jul 26, 2023

Conversation

Jarred-Sumner
Copy link
Collaborator

This improves Bun's start up time by making the transpiler run conurrently at runtime.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 26, 2023

@Jarred-Sumner 6 files with test failures on bun-darwin-aarch64:

  • test/js/bun/net/socket.test.ts
  • test/js/bun/spawn/spawn.test.ts
  • test/js/bun/test/test-test.test.ts
  • test/js/node/watch/fs.watch.test.ts
  • test/js/third_party/svelte/svelte.test.ts
  • test/js/web/fetch/fetch-leak.test.js

View test output

#4ea69ae3621aaa58e80ebbdee8fadc84e9f89ac6

@github-actions
Copy link
Contributor

github-actions bot commented Jul 26, 2023

@Jarred-Sumner 2 files with test failures on linux-x64-baseline:

  • test/js/node/watch/fs.watch.test.ts
  • test/js/third_party/svelte/svelte.test.ts

View test output

#4ea69ae3621aaa58e80ebbdee8fadc84e9f89ac6

@github-actions
Copy link
Contributor

github-actions bot commented Jul 26, 2023

@Jarred-Sumner 1 files with test failures on linux-x64:

  • test/js/third_party/svelte/svelte.test.ts

View test output

#4ea69ae3621aaa58e80ebbdee8fadc84e9f89ac6

@github-actions
Copy link
Contributor

@Jarred-Sumner 7 files with test failures on bun-darwin-x64-baseline:

  • test/js/bun/spawn/spawn-streaming-stdin.test.ts
  • test/js/bun/sqlite/sqlite.test.js
  • test/js/third_party/svelte/svelte.test.ts
  • test/js/third_party/webpack/webpack.test.ts
  • test/js/web/fetch/fetch-leak.test.js
  • test/js/web/timers/setInterval.test.js
  • test/js/web/timers/setTimeout.test.js

View test output

#4ea69ae3621aaa58e80ebbdee8fadc84e9f89ac6

@Jarred-Sumner Jarred-Sumner merged commit 011b505 into main Jul 26, 2023
@Jarred-Sumner Jarred-Sumner deleted the jarred/concurrent-transpiler branch July 26, 2023 22:36
trnxdev pushed a commit to trnxdev/bun that referenced this pull request Aug 9, 2023
* Concurrent Transpiler

* Fix bug with some improts and add jsc alias

* Some comments

* Fix crash

* Update module_loader.zig

---------

Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
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.

1 participant