search for: jklappenbach

Displaying 6 results from an estimated 6 matches for "jklappenbach".

Did you mean: klappenbach
2012 Aug 19
4
[LLVMdev] Greetings & Javascript -> LLVM...
...g language-specific > optimization opportunity). Oh, and in JavaScript "objects" have a > number of additional semantics which prevent them from being actually > used as pure hashtables! > > --Sean Silva > > On Sat, Aug 18, 2012 at 4:39 PM, Julian Klappenbach > <jklappenbach at gmail.com> wrote: > > I have a concept for which I'm conducting an initial analysis. The > broader > > idea is to create an LLVM, JIT based runtime that would create a platform > > amenable to scripting languages, but do so while enforcing an optional > > sandb...
2012 Aug 19
0
[LLVMdev] Greetings & Javascript -> LLVM...
I think a good starting point for you would be the work that has gone into Native Client. On Sat, Aug 18, 2012 at 11:22 PM, Julian Klappenbach <jklappenbach at gmail.com> wrote: > Not necessarily looking for performance gains from LLVM. Instead, the value > comes from having a common base platform which can gain language > independence, address security concerns, support common tooling (debugging, > editing, etc), and perhaps even intro...
2012 Aug 18
4
[LLVMdev] Greetings & Javascript -> LLVM...
I have a concept for which I'm conducting an initial analysis. The broader idea is to create an LLVM, JIT based runtime that would create a platform amenable to scripting languages, but do so while enforcing an optional sandbox environment when dictated by security concerns (browsers, user preferences). With this approach, the community would gain language independence for browsers, as well
2012 Aug 19
0
[LLVMdev] Greetings & Javascript -> LLVM...
19.08.2012, 00:39, "Julian Klappenbach" <jklappenbach at gmail.com>: >With this approach, the community would gain language independence for browsers Browser community is strongly opposed to the idea of having multiple web-faced languages > The first language I'd like to tackle is ECMAScript / Javascript. You can tale a look at llvm-lu...
2012 Aug 19
0
[LLVMdev] Greetings & Javascript -> LLVM...
...nverted to strings which is another big language-specific optimization opportunity). Oh, and in JavaScript "objects" have a number of additional semantics which prevent them from being actually used as pure hashtables! --Sean Silva On Sat, Aug 18, 2012 at 4:39 PM, Julian Klappenbach <jklappenbach at gmail.com> wrote: > I have a concept for which I'm conducting an initial analysis. The broader > idea is to create an LLVM, JIT based runtime that would create a platform > amenable to scripting languages, but do so while enforcing an optional > sandbox environment when dicta...
2012 Aug 20
0
[LLVMdev] Greetings & Javascript -> LLVM...
On Aug 18, 2012, at 8:22 PM, Julian Klappenbach <jklappenbach at gmail.com> wrote: > > I'm envisioning a use case where browsers would utilize this runtime to execute not only javascript, but also python, ruby, etc. Language specific interpreters could be downloaded on the fly to support scripts, and security would be ensured due to the fact th...