compiler.units: fix call-next-method call site recompilation
parent
015a9d365d
commit
7189342c19
|
@ -51,7 +51,8 @@ HOOK: update-call-sites compiler-impl ( class generic -- words )
|
|||
M: generic update-generic ( class generic -- )
|
||||
[ changed-call-sites ]
|
||||
[ remake-generic drop ]
|
||||
2bi ;
|
||||
[ changed-conditionally drop ]
|
||||
2tri ;
|
||||
|
||||
M: sequence update-methods ( class seq -- )
|
||||
implementors [ update-generic ] with each ;
|
||||
|
|
Loading…
Reference in New Issue