- 14 Jul, 2015 20 commits
-
-
mstarzinger authored
This adapts JSCallConstruct nodes to represent both, ordinary 'new' constructor calls as well as 'super' constructor calls. Note that we still bailout for super calls for now. R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/1234023003 Cr-Commit-Position: refs/heads/master@{#29647}
-
conradw authored
BUG=v8:3956 LOG=N Review URL: https://codereview.chromium.org/1235983002 Cr-Commit-Position: refs/heads/master@{#29646}
-
verwaest authored
BUG=v8:4137 LOG=n Review URL: https://codereview.chromium.org/1238533003 Cr-Commit-Position: refs/heads/master@{#29645}
-
chunyang.dai authored
port 01f40e6a (r29618). original commit message: BUG= Review URL: https://codereview.chromium.org/1233033004 Cr-Commit-Position: refs/heads/master@{#29644}
-
chunyang.dai authored
port 6ddcd327 (r29617) original commit message: Cleanup Generate_JSConstructStubHelper a bit. BUG= Review URL: https://codereview.chromium.org/1237013002 Cr-Commit-Position: refs/heads/master@{#29643}
-
chunyang.dai authored
port 0a19e449 (r29568) original commit message: If we do it too early, we might get a constant pool between the reloc info and the actual slot. Review URL: https://codereview.chromium.org/1228923003 Cr-Commit-Position: refs/heads/master@{#29642}
-
chunyang.dai authored
port a0129a25 (r29591). original commit message: BUG= Review URL: https://codereview.chromium.org/1232383003 Cr-Commit-Position: refs/heads/master@{#29641}
-
verwaest authored
Remove map-copying for global objects. This was an old (broken) requirement that has been fixed for a while. BUG= Review URL: https://codereview.chromium.org/1235113002 Cr-Commit-Position: refs/heads/master@{#29640}
-
verwaest authored
BUG= Review URL: https://codereview.chromium.org/1222223002 Cr-Commit-Position: refs/heads/master@{#29639}
-
yangguo authored
--debug-code causes full-codegen on arm64 to emit different number of calls, which confuses the debugger when on-stack replacing code with recompiled debug version on-stack. BUG=chromium:507070 TBR=mstarzinger@chromium.org LOG=N Review URL: https://codereview.chromium.org/1228353004 Cr-Commit-Position: refs/heads/master@{#29638}
-
machenbach authored
TBR=jochen@chromium.org, rmcilroy@chromium.org, hablich@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1234573003 Cr-Commit-Position: refs/heads/master@{#29637}
-
yangguo authored
The new implemtation counts the number of calls (or continuations) before the PC to find the corresponding PC in the new code. R=mstarzinger@chromium.org BUG=chromium:507070 LOG=N Review URL: https://codereview.chromium.org/1235603002 Cr-Commit-Position: refs/heads/master@{#29636}
-
bmeurer authored
BUG=v8:4295 LOG=n TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/1241533003 Cr-Commit-Position: refs/heads/master@{#29635}
-
paul.lind authored
Several users of kKindSpecificFlags1Offset (aliased as kFullCodeFlags) were reading/writing bytes -- not endian agnostic. TEST=mjsunit/debug-setexceptionbreak, mjsunit/debug-mirror-cache, mjsunit/regress/regress-94873, others... BUG= Review URL: https://codereview.chromium.org/1236143002 Cr-Commit-Position: refs/heads/master@{#29634}
-
ulan authored
Some implementations of std::lower_bound require weak-strict ordering. The comparison operator must be assymetric, which doesn't hold for less_equals. Review URL: https://codereview.chromium.org/1232613002 Cr-Commit-Position: refs/heads/master@{#29633}
-
paul.lind authored
Review URL: https://codereview.chromium.org/1230063011 Cr-Commit-Position: refs/heads/master@{#29632}
-
chunyang.dai authored
port e50c861b (r29562) original commit message: BUG= Review URL: https://codereview.chromium.org/1232833002 Cr-Commit-Position: refs/heads/master@{#29631}
-
chunyang.dai authored
port 8965b683 (r29561) original commit message: Break point at calls are currently set via IC. To change this, we need to set debug break slots instead. We also need to distinguish those debug break slots as calls to support step-in. To implement this, we add a data field to debug break reloc info to indicate non-call debug breaks or in case of call debug breaks, the number of arguments. We can later use this to find the callee on the evaluation stack in Debug::PrepareStep. BUG= Review URL: https://codereview.chromium.org/1233823002 Cr-Commit-Position: refs/heads/master@{#29630}
-
chunyang.dai authored
port 4b38c158 (r29527). original commit message: We actually need round to zero truncation to implement the counterpart of LDoubleToI in TurboFan, which tries to convert a double to an integer as required for keyed load/store optimizations. Drive-by-cleanup: Reduce some code duplication in the InstructionSelector implementations. BUG= Review URL: https://codereview.chromium.org/1227923003 Cr-Commit-Position: refs/heads/master@{#29629}
-
chunyang.dai authored
port 737b8573 (r29539) original commit message: - Add a TurboFanIC class, derived from TurboFanCodeStub, that automatically distinguishes between versions of the IC called from optimized and unoptimized code. - Add appropriate InterfaceDescriptors for both the versions of the stub called from unoptimized and optimized code - Change the MathFloor TF stub generator to output either the for-optimized or for-unoptimized version based on the minor_key parameter. BUG= Review URL: https://codereview.chromium.org/1235823002 Cr-Commit-Position: refs/heads/master@{#29628}
-
- 13 Jul, 2015 20 commits
-
-
mbrandy authored
R=dstence@us.ibm.com, michael_dawson@ca.ibm.com Review URL: https://codereview.chromium.org/1239583002 Cr-Commit-Position: refs/heads/master@{#29627}
-
binji authored
* Fix embarrassing bug in DeserializeValue, using a static buffer in multithreaded code. * Fix thread leak when Worker.terminate() is not called. R=jarin@chromium.org Review URL: https://codereview.chromium.org/1226143003 Cr-Commit-Position: refs/heads/master@{#29626}
-
binji authored
R=jarin@chromium.org Review URL: https://codereview.chromium.org/1232243002 Cr-Commit-Position: refs/heads/master@{#29625}
-
balazs.kilvady authored
Port 01f40e6a BUG=v8:4296 LOG=n Review URL: https://codereview.chromium.org/1233923002 Cr-Commit-Position: refs/heads/master@{#29624}
-
mbrandy authored
Port 6ddcd327 R=mstarzinger@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com BUG= Review URL: https://codereview.chromium.org/1234953002 Cr-Commit-Position: refs/heads/master@{#29623}
-
mbrandy authored
Port 01f40e6a R=verwaest@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com BUG= Review URL: https://codereview.chromium.org/1231633006 Cr-Commit-Position: refs/heads/master@{#29622}
-
balazs.kilvady authored
Port f0d1106a Fixes possible failure in AssembleArchTableSwitch(). BUG=v8:4294 LOG=y Review URL: https://codereview.chromium.org/1235883004 Cr-Commit-Position: refs/heads/master@{#29621}
-
mbrandy authored
Port a0129a25 R=rmcilroy@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com BUG= Review URL: https://codereview.chromium.org/1232803004 Cr-Commit-Position: refs/heads/master@{#29620}
-
mbrandy authored
PPC: This CL also adds hydrogen stubs for global loads and global stores, full-codegen and TurboFan now uses this machinery. Fix f87286e2 R=ishell@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com Original commit message: Loads and stores to global vars are now made via property cell shortcuts installed into parent script context. BUG= Review URL: https://codereview.chromium.org/1228393005 Cr-Commit-Position: refs/heads/master@{#29619}
-
verwaest authored
BUG=v8:4296 LOG=n Review URL: https://codereview.chromium.org/1228063004 Cr-Commit-Position: refs/heads/master@{#29618}
-
mstarzinger authored
R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/1227163011 Cr-Commit-Position: refs/heads/master@{#29617}
-
yurys authored
The CL addes convenienve method that allows to write code like the following v8::Local<v8::Object> local = v8::Local<v8::Object>::New(global, isolate); in a more readable way: v8::Local<v8::Object> local = global.Get(isolate); There is already v8::Eternal::Get that does similar thing. BUG=None LOG=Y Review URL: https://codereview.chromium.org/1237603003 Cr-Commit-Position: refs/heads/master@{#29616}
-
conradw authored
BUG=v8:3956 LOG=N Review URL: https://codereview.chromium.org/1225303005 Cr-Commit-Position: refs/heads/master@{#29615}
-
verwaest authored
BUG= Review URL: https://codereview.chromium.org/1238463002 Cr-Commit-Position: refs/heads/master@{#29614}
-
nodir authored
Added project.cfg metadata file for chrome-infra R=machenbach@chromium.org, sergiyb@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=507723 Review URL: https://codereview.chromium.org/1230823005 Cr-Commit-Position: refs/heads/master@{#29613}
-
Michael Achenbach authored
Cr-Commit-Position: refs/heads/master@{#29612}
-
ishell authored
NON_CONTEXTUAL ~> INSIDE_TYPEOF CONTEXTUAL ~> NOT_INSIDE_TYPEOF Review URL: https://codereview.chromium.org/1227893005 Cr-Commit-Position: refs/heads/master@{#29611}
-
balazs.kilvady authored
Port 2027335f Original commit message: Note that there are currently no objects that require a pre-allocated properties backing store, all such slots are in-object properties from the begining. Hence {unused + pre_allocated - inobject == 0} holds. BUG= Review URL: https://codereview.chromium.org/1226363003 Cr-Commit-Position: refs/heads/master@{#29610}
-
mstarzinger authored
This also adds a script to the tools directory that allows to grep for unused bailout reasons. For now the script needs to be run manually. R=mvstanton@chromium.org Review URL: https://codereview.chromium.org/1237623003 Cr-Commit-Position: refs/heads/master@{#29609}
-
dusan.milosavljevic authored
TEST=mjsunit/asm/embenchen/box2d BUG= Review URL: https://codereview.chromium.org/1234533004 Cr-Commit-Position: refs/heads/master@{#29608}
-