Displaying 2 results from an estimated 2 matches for "boquist".
Did you mean:
oquist
2005 Mar 15
1
[LLVMdev] LLVM for functional languages?
...mplemented.
Furthermore many comments in lib/Target/.. state:
'// FIXME: Implement the invoke/unwind instructions!'
I understood this is an old comment. Is it? If so, It might be good to
remove them. :)
The model targeted by the code generation is based on GRIN
(http://www.cs.chalmers.se/~boquist/phd/index.html) which promotes a
calling convention based on passing arguments in registers as much as
possible.
Is it possible to return multiple values in registers? I could not find
anyting on this.
Regards,
Christof Douma
2016 Mar 23
5
Open Project : Inter-procedural Register Allocation [GSoC 2016]
Apologies: didn't notice how old this thread is before replying.
On Tue, Mar 22, 2016 at 5:24 PM, Sanjoy Das
<sanjoy at playingwithpointers.com> wrote:
> Hi Vivek,
>
> [+CC Matthias, Quentin]
>
> Inter-procedural register allocation can be a big win, but my estimate
> is that it will be challenging to complete within one summer unless
> you're already familiar