Merge branch 'master' of git://factorcode.org/git/factor
commit
28cb2422f9
|
@ -121,7 +121,7 @@ IN: cpu.x86.intrinsics
|
||||||
\ set-slot {
|
\ set-slot {
|
||||||
! Slot number is literal and the tag is known
|
! Slot number is literal and the tag is known
|
||||||
{
|
{
|
||||||
[ %slot-literal-known-tag "val" operand MOV ] H{
|
[ %slot-literal-known-tag "val" operand MOV generate-write-barrier ] H{
|
||||||
{ +input+ { { f "val" } { f "obj" known-tag } { [ small-slot? ] "n" } } }
|
{ +input+ { { f "val" } { f "obj" known-tag } { [ small-slot? ] "n" } } }
|
||||||
{ +clobber+ { "obj" } }
|
{ +clobber+ { "obj" } }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue