Commits
User selector
Commit History
Commits on Oct 4, 2017
[Promises] Fulfill promise before firing PromiseRejectCallback
Show description for c562588authored andcommitted
[wasm] use ccall to set/clear thread in wasm flag
Show description for df5a509authored andcommitted
[wasm] Further reduce usage of wasm-module.h outside of src/wasm.
Show description for cbd03a8authored andcommitted

Add JSReceiver method for detecting complex elements
Show description for 51334bbauthored andcommitted
Commits on Oct 2, 2017
[deoptimizer] Simplify {Runtime_NotifyDeoptimized} calls.
Show description for 1fa0f9bauthored andcommitted

[deoptimizer] Materialize objects with top-most stub frame.
Show description for 17d86d7authored andcommitted

[wasm] Add flag for memory tracing
Show description for bfaacb8authored andcommitted
Commits on Sep 29, 2017
[debug] remove --block-coverage.
Show description for 90e764bauthored andcommitted
Commits on Sep 28, 2017
[wasm] Introduce the WasmContext
Show description for 6cd7a5aauthored andcommitted
[wasm] Move compilation methods to module-compiler.h
Show description for afb7bdcauthored andcommitted

[objects] Remove obsolete uses of {ReplaceCode} methods.
Show description for 4ba6f15authored andcommitted

Commits on Sep 27, 2017
[wasm] Move heap-object related functionality out of wasm-module.h.
Show description for 552150bauthored andcommitted

Commits on Sep 26, 2017
[refactoring] Prepare conversions{.h,-inl.h,.cc} for BigInt.parseInt
Show description for 35f94cbauthored andcommitted
[bigint] Support BigInts in +,-,*,/,% binary ops.
Show description for 3b57e96authored andcommitted
Commits on Sep 25, 2017
Add capability of throwing values in WASM
Show description for 49106e4authored andcommitted
[turbofan] Properly optimize literals in inlined functions.
Show description for 855b88aauthored andcommitted
Port ObjectGetOwnPropertyDescriptor to CSA
Show description for e35a032authored andcommitted

Commits on Sep 22, 2017
[es2015] Introduce dedicated GetTemplateObject bytecode.
Show description for 79ac69bauthored andcommitted
Commits on Sep 20, 2017
[bigint] Expose BigInt on the global object
Show description for b361ed5authored andcommitted
v8: Fix most -Wunreachable-code warnings.
Show description for 255bf2dauthored andcommitted
Commits on Sep 19, 2017
[cleanup] [wasm] Fix (D)CHECK macros
Show description for 2d75dd9authored andcommitted
[cleanup] Fix (D)CHECK macros in src/regexp
Show description for 447af33authored andcommitted
[wasm] Track and expose number of recovered Wasm faults
Show description for 5b127a9authored andcommitted
Commits on Sep 18, 2017
[TurboFan] Remove SetForceInline
Show description for 5114f14authored andcommitted
Deoptimization and multithreading.
Show description for 596d55aauthored andcommitted
Commits on Sep 15, 2017
Revert "Add capability of throwing values in WASM"
Show description for 28620d1authored andcommitted
Revert "Deoptimization and multithreading. "
Show description for 483e353authored andcommitted

Make JavaScriptFrame pure virtual.
Show description for c5295b0authored andcommitted
Deoptimization and multithreading.
Show description for c87f895authored andcommitted
[build] Change Typed Array threshold to an actual build time flag.
Show description for 3a4f9b1authored andcommitted
Commits on Sep 14, 2017
Convert CHECK under #if(def) DEBUG to DCHECK.
Show description for 70372dfauthored andcommitted
Commits on Sep 13, 2017
[bigint] Proper variable-length object layout
Show description for 98bb067authored andcommitted
Add capability of throwing values in WASM
Show description for 7b5a402authored andcommitted
[jumbo] last few changes for enabling more jumbo_file_merge_limit values
Show description for da3ccc4authored andcommitted
Commits on Sep 12, 2017
Improve error handling of proxies get property
Show description for 8a568bdauthored andcommitted
