|
Re: FFI, pragma and co...: msg#00178lang.smalltalk.squeak.beginners
(a) Time millisecondsToRun:[50000 timesRepeat: [1@1]] -> 12 then I commentet the primitive call to see the diffirence in Number>>@ and I saw no difference... so I put a self halt in @ and the method isn't stopped when I redo (a). but if I do that in a worspace: |a| a := 1. self halt. Time millisecondsToRun:[50000 timesRepeat: [1@(a+1)]]. It stops and then the halt in #@ works ok ... any idea of what I did wrong ? Thanks Cédrick _______________________________________________ Beginners mailing list Beginners@xxxxxxxxxxxxxxxxxxxxxxxxxx http://lists.squeakfoundation.org/mailman/listinfo/beginners
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: FFI, pragma and co..., cdrick |
|---|---|
| Next by Date: | Re: Collection>>Includes:..., cdrick |
| Previous by Thread: | Re: FFI, pragma and co..., stéphane ducasse |
| Next by Thread: | Re: FFI, pragma and co..., Damien Cassou |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |