mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Merge.
This commit is contained in:
commit
b743b2d61e
@ -2234,6 +2234,10 @@ mjit::Compiler::jsop_getelem_pic(FrameEntry *obj, FrameEntry *id, RegisterID obj
|
||||
inlineAtomOffsetLabel, ImmPtr(BOGUS_ATOM));
|
||||
DBGLABEL(dbgInlineAtomJump);
|
||||
|
||||
/*
|
||||
* The state between these two exits is identical, so this safe. The
|
||||
* GETELEM PIC repatches both jumps to the slowPathStart on reset.
|
||||
*/
|
||||
stubcc.linkExit(idGuard, Uses(2));
|
||||
pic.slowPathStart = stubcc.linkExit(jmpShapeGuard, Uses(2));
|
||||
|
||||
|
@ -1130,6 +1130,8 @@ class GetElemCompiler : public PICStubCompiler
|
||||
int32(JSObjectMap::INVALID_SHAPE));
|
||||
repatcher.relink(pic.fastPathStart.jumpAtOffset(pic.shapeGuard + inlineShapeJump(pic)),
|
||||
pic.slowPathStart);
|
||||
repatcher.relink(pic.fastPathStart.jumpAtOffset(pic.shapeGuard + inlineAtomJump(pic)),
|
||||
pic.slowPathStart);
|
||||
|
||||
RepatchBuffer repatcher2(pic.slowPathStart.executableAddress(), INLINE_PATH_LENGTH);
|
||||
ReturnAddressPtr retPtr(pic.slowPathStart.callAtOffset(pic.callReturn).executableAddress());
|
||||
|
Loading…
Reference in New Issue
Block a user