-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Remove Simd.js code from ChakraCore - Part 2 (Remove) #3274
Comments
This was referenced Jul 6, 2017
chakrabot
pushed a commit
that referenced
this issue
Jul 12, 2017
…Part 1 (ifdef out) Merge pull request #3296 from agarwal-sandeep:disablesimdjs Put SIMDjs code in library, language and backend under #ifdef ENABLE_SIMDJS undef ENABLE_SIMDJS Some portion of SIMD code (IRType, OpCodesSimd, AsmJsBuiltInNames etc.) is used in WASM simd so it is left as it is. This will be take care of under #3274 Haven't ifdef'd TypeIds_SIMD* as that will make the TypeIds enum messy. During final cleanup we can clean this. This reduce Chakra.dll x64 release binary size by 0.52 MB and ChakraCore x64 release binary size by 0.43 MB
chakrabot
pushed a commit
that referenced
this issue
Jul 12, 2017
…kraCore - Part 1 (ifdef out) Merge pull request #3296 from agarwal-sandeep:disablesimdjs Put SIMDjs code in library, language and backend under #ifdef ENABLE_SIMDJS undef ENABLE_SIMDJS Some portion of SIMD code (IRType, OpCodesSimd, AsmJsBuiltInNames etc.) is used in WASM simd so it is left as it is. This will be take care of under #3274 Haven't ifdef'd TypeIds_SIMD* as that will make the TypeIds enum messy. During final cleanup we can clean this. This reduce Chakra.dll x64 release binary size by 0.52 MB and ChakraCore x64 release binary size by 0.43 MB
chakrabot
pushed a commit
that referenced
this issue
Jul 12, 2017
…code from ChakraCore - Part 1 (ifdef out) Merge pull request #3296 from agarwal-sandeep:disablesimdjs Put SIMDjs code in library, language and backend under #ifdef ENABLE_SIMDJS undef ENABLE_SIMDJS Some portion of SIMD code (IRType, OpCodesSimd, AsmJsBuiltInNames etc.) is used in WASM simd so it is left as it is. This will be take care of under #3274 Haven't ifdef'd TypeIds_SIMD* as that will make the TypeIds enum messy. During final cleanup we can clean this. This reduce Chakra.dll x64 release binary size by 0.52 MB and ChakraCore x64 release binary size by 0.43 MB
Merged
chakrabot
pushed a commit
that referenced
this issue
Feb 21, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Part 1 (#3273) of this change is to ifdef the code to not build. Once we figure out what can be reused for WASM simd we should remove rest of the code
The text was updated successfully, but these errors were encountered: