-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
speed up canned small-icu build #7253
Comments
srl295
added
build
Issues and PRs related to build files or the CI.
i18n-api
Issues and PRs related to the i18n implementation.
labels
Jun 10, 2016
srl295
added a commit
to srl295/node
that referenced
this issue
Jun 10, 2016
When: * using canned, small-icu (the default for configure && make) * .. on little endian systems we can avoid building some things we're currently building. Namely, on the host toolchain side in this scenario, only genccode needs to be compiled, and it doesn't need the i18n or io libraries Fixes: nodejs#7253
let me know if there's any interest in this. It speeds up the default for people doing |
Anything to speed up build time is good IMHO, even if it's not a speedup on all platforms. |
@mscdex thanks.
|
What's the status on this? |
@jasnell probably nothing that wouldn't still build, just needs testing. |
ping @srl295 |
close this in favor of #19214 (we won't want to do both!) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: HEAD
Platform: !win (at this point)
Subsystem: deps/icu
When using canned small-icu (the default for
configure && make
), AND on little endian systems, we can avoid building some things we're currently building.This isn't a great speedup, but it does:
(details: in this scenario, only
genccode
needs to be compiled on the ICU side, and it doesn't need thei18n
orio
libraries).The text was updated successfully, but these errors were encountered: