v8/src/ia32
Benedikt Meurer a087abb062 [cleanup] Don't pass resume_mode to ResumeGenerator.
There's not really a point in passing the resume_mode as parameter to
the ResumeGenerator builtin. Instead we could as well just store the
mode to the generator object directly.

Drive-by-fix: On Intel allocate the generator to the new.target register
immediately so we don't need to move it there later.

Bug: v8:6344, v8:6354
Change-Id: I74e98cfffa2b3d72c43d8b6e9fdca03d01c9b4fa
Reviewed-on: https://chromium-review.googlesource.com/774259
Reviewed-by: Georg Neis <neis@chromium.org>
Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49401}
2017-11-16 11:12:39 +00:00
..
assembler-ia32-inl.h [cleanup] Fix remaining (D)CHECK macro usages 2017-10-18 10:12:31 +00:00
assembler-ia32.cc [cleanup] Fix remaining (D)CHECK macro usages 2017-10-18 10:12:31 +00:00
assembler-ia32.h Allow constexpr RegList construction from Registers 2017-10-24 17:30:11 +00:00
code-stubs-ia32.cc [heap] Introduce {Movability} enum for type safety. 2017-11-15 10:11:26 +00:00
codegen-ia32.cc Reland "[Memory] Use OS::Allocate for all OS memory allocations." 2017-11-14 17:21:58 +00:00
cpu-ia32.cc
deoptimizer-ia32.cc Cleanup codegen.h includes 2017-10-20 11:56:01 +00:00
disasm-ia32.cc [cleanup] Fix remaining (D)CHECK macro usages 2017-10-18 10:12:31 +00:00
frame-constants-ia32.cc [arm64] Update BuiltinContinuation frames for jssp alignment. 2017-10-11 15:05:20 +00:00
frame-constants-ia32.h [iwyu] Split frame-constants.h out of frames.h to reduce transitive includes. 2017-08-03 10:12:12 +00:00
interface-descriptors-ia32.cc [cleanup] Don't pass resume_mode to ResumeGenerator. 2017-11-16 11:12:39 +00:00
macro-assembler-ia32.cc [ic] Migrate store to NativeDataProperty to data handler, dismantle handler compilers 2017-11-07 18:17:01 +00:00
macro-assembler-ia32.h [ic] Migrate store to NativeDataProperty to data handler, dismantle handler compilers 2017-11-07 18:17:01 +00:00
simulator-ia32.cc
simulator-ia32.h
sse-instr.h Revert "[ia32][wasm] Add I32x4AddHoriz and I16x8AddHoriz" 2017-10-17 06:46:56 +00:00