Displaying 2 results from an estimated 2 matches for "thispoint".
Did you mean:
thispointer
2005 Oct 29
0
[LLVMdev] "Bound Methods" in LLVM Bytecode
On Fri, 28 Oct 2005, Evan Jones wrote:
> I have been thinking about efficient implementation of dynamically typed
> languages in my spare time. Specifically, I'm working on a toy implementation
> of a tiny piece of Python using LLVM as a native code generating JIT. I've
Cool!
> run into a bit of an issue, involving how Python deals with method calls. I'm
> not sure
2005 Oct 28
3
[LLVMdev] "Bound Methods" in LLVM Bytecode
Hello,
I have been thinking about efficient implementation of dynamically typed
languages in my spare time. Specifically, I'm working on a toy
implementation of a tiny piece of Python using LLVM as a native code
generating JIT. I've run into a bit of an issue, involving how Python
deals with method calls. I'm not sure how/if I can implement this in
LLVM. In Python, the following