This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: Modified chakracore to enable/disable SIMD
Currently chakracore has `SIMD` under experimental flag which is ON by default. However recently v8 added this feature under experimental mode. This fails basic scenario of `util-inspect`. Temporarily addressed this by exposing a flag in `chakracore` that will control if `SIMD` will be present on global object or not. Long time solution would be to expose config flags to JSRT layer so that ES6 experimental features can be turned ON/OFF on demand. Opened chakra-core/ChakraCore#1064 to track this in chakracore. PR-URL: #76 Reviewed-By: Jianchun Xu <Jianchun.Xu@microsoft.com>
- Loading branch information
1 parent
7cd4c61
commit 8f00534
Showing
4 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters