Re: [jit] Major API change: blocks rather than labels

2014-02-28 Thread David Malcolm
On Thu, 2014-02-27 at 17:25 -0500, David Malcolm wrote: > On Thu, 2014-02-27 at 17:11 -0500, David Malcolm wrote: > > [...] > > > With this commit, the API changes to using basic blocks instead: blocks > > are created within functions, and statements are added to blocks, rather > > than to functi

Re: [jit] Major API change: blocks rather than labels

2014-02-27 Thread David Malcolm
On Thu, 2014-02-27 at 17:11 -0500, David Malcolm wrote: [...] > With this commit, the API changes to using basic blocks instead: blocks > are created within functions, and statements are added to blocks, rather > than to functions. [...] I've also ported the "jittest" example to the new API, as