• Alexey Kozyatinskiy's avatar
    Reland "[parser] moved load property position after dot" · 61ea3243
    Alexey Kozyatinskiy authored
    This is a reland of 5b44ba0e
    Original change's description:
    > (Reland) [parser] moved load property position after dot
    > 
    > Currently LdaNamedProperty bytecode for expressions like a.b has position before dot. This CL moves this location after dot.
    > It's important for later removing of Nop bytecodes in expressions like a.b() where a is local variable, property call and property load should have the same position.
    > 
    > R=jgruber@chromium.org
    > TBR=marja@chromium.org
    > 
    > Bug: v8:6425
    > Change-Id: I05c21ca5e018da9c432c6bc963c7a96799336d1c
    > Reviewed-on: https://chromium-review.googlesource.com/562879
    > Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
    > Reviewed-by: Jakob Gruber <jgruber@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#46484}
    
    TBR=marja@chromium.org,jgruber@chromium.org
    Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
    
    Bug: v8:6425
    Change-Id: I5eba5fe43ad31c5c781ffcc8c604cd9c98baa57e
    Reviewed-on: https://chromium-review.googlesource.com/565907Reviewed-by: 's avatarAleksey Kozyatinskiy <kozyatinskiy@chromium.org>
    Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#46542}
    61ea3243
Name
Last commit
Last update
..
bytecode_expectations Loading commit data...
bytecode-expectations-printer.cc Loading commit data...
bytecode-expectations-printer.h Loading commit data...
generate-bytecode-expectations.cc Loading commit data...
interpreter-tester.cc Loading commit data...
interpreter-tester.h Loading commit data...
source-position-matcher.cc Loading commit data...
source-position-matcher.h Loading commit data...
test-bytecode-generator.cc Loading commit data...
test-interpreter-intrinsics.cc Loading commit data...
test-interpreter.cc Loading commit data...
test-source-positions.cc Loading commit data...