I get this using Pharo 1.4. Thing is, it was working a few weeks ago and now not. I was hoping to do a video on how to add simple ultra-fast assembler methods using NB but still can't because the target is moving way too fast. My usual strategy is to show how to load a package in a brief intro video, and then how to use it in the second part. During the time I learned how to use NB at the assembler level, everything that I was doing broke. Kinda hard to make a video to show how to install and then use it those circumstances. L On 8/27/12 12:01 AM, Nicolas Cellier wrote:
Pharo 2.0 has implemented & -> bitAnd: and | -> bitOr:
For who is dealing with bits, that's convenient, however it creates one more case of false polymorphism, these messages being used for Boolean already...
Nicolas
2012/8/27 S Krish <krishnamachari.sudhakar@gmail.com>:
On loading up and testing NB:
I get possibly a very basic hurdle... Obliged for a heads up..
Can send the stack if its needed..
SmallInteger(Object)>>doesNotUnderstand: #& Receiver: 3 Arguments and temporary variables: aMessage: & 3 exception: MessageNotUnderstood: SmallInteger>>& resumeValue: nil Receiver's instance variables: 3
AJx86Instruction>>emitMod:reg:rm: Receiver: <<error during printing>> Arguments and temporary variables: mod: 3 reg: 37 rm: 36 Receiver's instance variables: name: #mov operands: an Array(EBP ESP) machineCode: a WriteStream position: 1 next: <<error during printing>>
On Fri, Aug 24, 2012 at 7:19 PM, Igor Stasenko <siguctua@gmail.com> wrote:
To load NativeBoost you can follow an instructions on project page:
http://code.google.com/p/nativeboost/wiki/Installation
-- Best regards, Igor Stasenko.
-- Squeak from the very start (introduction to Squeak and Pharo Smalltalk for the (almost) complete and compleate beginner). https://www.youtube.com/playlist?list=PL6601A198DF14788D&feature=view_all