|
Re: String>>hash performance: msg#01377lang.smalltalk.squeak.general
"Richard A. O'Keefe" <ok@xxxxxxxxxxxxxx> is claimed by the authorities to have written: > How do I know the C code was doing the same thing as the Squeak hash code? [snip] > What have I misunderstood? First likely possibility is that your copy of MiscPlugin doesn't have the prim - do you have an absolutely up to date vm? Easy check - comment out the <prim.....> line, recompile and check times again. You could of course use VMMakerTool (see instructions on the swiki) to regenerate the MiscPrimitivePlugin and check the C code to see what is going on. Time is also spent on the fetching and saving of results to the stack and it might possibly swamp the time to do the hash work. Shouldn't, but I've seen sillier situations. tim -- Tim Rowledge, tim@xxxxxxxxxxxxxxxxxxx, http://sumeru.stanford.edu/tim Strange OpCodes: IA: Illogical And
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Building Squeak VM Under Mac OS X 10.2 (Jaguar), Tim Rowledge |
|---|---|
| Next by Date: | Re: Starting the clock..., Bob Arning |
| Previous by Thread: | String>>hash performance, Richard A. O'Keefe |
| Next by Thread: | Compatibility, Richard A. O'Keefe |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |