hg: mlvm/mlvm/hotspot: 2 new changesets

2012-07-26 Thread lukas . stadler
Changeset: b4050524c2ff Author:Lukas Stadler lukas.stad...@jku.at Date: 2012-07-26 17:10 +0200 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/b4050524c2ff coro: updated patch, new coro-simple version - coro-meth.patch + coro-simple.patch - coro-standalone.patch ! coro.patch

hg: mlvm/mlvm/hotspot: 2 new changesets

2012-06-25 Thread michael . haupt
Changeset: a8cf2f000298 Author:mhaupt Date: 2012-06-25 22:28 +0200 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/a8cf2f000298 meth: fixed series file ! series Changeset: c6b2a28687f5 Author:mhaupt Date: 2012-06-25 22:29 +0200 URL:

hg: mlvm/mlvm/hotspot: 2 new changesets

2011-12-13 Thread john . r . rose
Changeset: 3dfb22ef25a5 Author:jrose Date: 2011-12-13 17:12 -0800 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/3dfb22ef25a5 rebase patches ! mac-tweaks.patch ! series Changeset: 89129696dbc4 Author:jrose Date: 2011-12-13 17:14 -0800 URL:

hg: mlvm/mlvm/hotspot: 2 new changesets

2011-10-07 Thread john . r . rose
Changeset: 30d3b637fbe8 Author:jrose Date: 2011-10-07 13:04 -0700 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/30d3b637fbe8 tuple: 7/24 contribution from Michael Barker ! tuple-tsig.patch Changeset: f833e4877c7f Author:jrose Date: 2011-10-07 13:10 -0700 URL:

Re: hg: mlvm/mlvm/hotspot: 2 new changesets

2011-10-04 Thread Mark Roos
From Remi I try use the same coroutine (named uiCoroutine in the code) for all UI events. The main coroutine, the one which is implicit do the event pumping, when an event is received, I yield to the uiCoroutine with the UI event as argument, the uiCoroutine do

Re: hg: mlvm/mlvm/hotspot: 2 new changesets

2011-10-02 Thread Rémi Forax
On 10/02/2011 03:03 AM, Mark Roos wrote: This is a pretty cool use of coroutines. I am trying a similar approach for a web browser base UI and was looking for a pattern do handle the time out case. So I send something to the UI, say open a dialog box, and suspend the coroutine. but the UI

Re: hg: mlvm/mlvm/hotspot: 2 new changesets

2011-10-01 Thread Rémi Forax
On 09/27/2011 11:26 PM, Rémi Forax wrote: On 09/27/2011 11:12 PM, Lukas Stadler wrote: Yes :-) and there's more: Pre-built binaries for linux x64 and more documentation at: http://ssw.jku.at/General/Staff/LS/coro/ The page is work in progress, though. I'll have to finish it by next week, in

Re: hg: mlvm/mlvm/hotspot: 2 new changesets

2011-10-01 Thread Mark Roos
This is a pretty cool use of coroutines. I am trying a similar approach for a web browser base UI and was looking for a pattern do handle the time out case. So I send something to the UI, say open a dialog box, and suspend the coroutine. but the UI never responds so I have to have a loop

hg: mlvm/mlvm/hotspot: 2 new changesets

2011-09-27 Thread lukas . stadler
Changeset: 9bb80f812fd7 Author:Lukas Stadler lukas.stad...@jku.at Date: 2011-09-26 15:11 +0200 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/9bb80f812fd7 rebase coro to current hsx/hotspot-comp ! coro.patch ! series Changeset: 1bdc6f420130 Author:Lukas Stadler

Re: hg: mlvm/mlvm/hotspot: 2 new changesets

2011-09-27 Thread Remi Forax
Cool ! Remi lukas.stad...@jku.at wrote: Changeset: 9bb80f812fd7 Author:Lukas Stadler lukas.stad...@jku.at Date: 2011-09-26 15:11 +0200 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/9bb80f812fd7 rebase coro to current hsx/hotspot-comp ! coro.patch ! series Changeset:

Auto Reply: Re: hg: mlvm/mlvm/hotspot: 2 new changesets

2011-09-27 Thread kirill . shirokov
On vacation till October 3. Will be reading email occasionally. ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Re: hg: mlvm/mlvm/hotspot: 2 new changesets

2011-09-27 Thread Lukas Stadler
Yes :-) and there's more: Pre-built binaries for linux x64 and more documentation at: http://ssw.jku.at/General/Staff/LS/coro/ The page is work in progress, though. I'll have to finish it by next week, in order to direct people to it at my JavaOne talk :-) - Lukas On Sep 27, 2011, at 21:43 ,

Re: hg: mlvm/mlvm/hotspot: 2 new changesets

2011-09-27 Thread Rémi Forax
On 09/27/2011 11:12 PM, Lukas Stadler wrote: Yes :-) and there's more: Pre-built binaries for linux x64 and more documentation at: http://ssw.jku.at/General/Staff/LS/coro/ The page is work in progress, though. I'll have to finish it by next week, in order to direct people to it at my JavaOne

Auto Reply: Re: hg: mlvm/mlvm/hotspot: 2 new changesets

2011-09-27 Thread kirill . shirokov
On vacation till October 3. Will be reading email occasionally. ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Re: hg: mlvm/mlvm/hotspot: 2 new changesets

2011-09-27 Thread Rémi Forax
On 09/27/2011 11:12 PM, Lukas Stadler wrote: Yes :-) and there's more: Pre-built binaries for linux x64 and more documentation at: http://ssw.jku.at/General/Staff/LS/coro/ The page is work in progress, though. I'll have to finish it by next week, in order to direct people to it at my JavaOne

Re: hg: mlvm/mlvm/hotspot: 2 new changesets

2011-09-27 Thread Rémi Forax
On 09/27/2011 11:12 PM, Lukas Stadler wrote: Yes :-) and there's more: Pre-built binaries for linux x64 and more documentation at: http://ssw.jku.at/General/Staff/LS/coro/ The page is work in progress, though. I'll have to finish it by next week, in order to direct people to it at my JavaOne

hg: mlvm/mlvm/hotspot: 2 new changesets

2011-06-12 Thread john . r . rose
Changeset: 2600a7302a52 Author:jrose Date: 2011-06-12 04:38 -0700 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/2600a7302a52 final revision ! meth-exc-7047697.patch Changeset: 10bdbf1c1648 Author:jrose Date: 2011-06-12 04:38 -0700 URL:

hg: mlvm/mlvm/hotspot: 2 new changesets

2011-02-25 Thread john . r . rose
Changeset: d0e25dc269d1 Author:jrose Date: 2011-02-24 18:58 -0800 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/d0e25dc269d1 meth: preview fix for 7010180 + meth-7010180.patch ! meth.patch ! series Changeset: 1bd22a335124 Author:jrose Date: 2011-02-25 00:24 -0800

hg: mlvm/mlvm/hotspot: 2 new changesets

2010-10-20 Thread john . r . rose
Changeset: 84cedb0981ec Author:jrose Date: 2010-10-20 01:55 -0700 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/84cedb0981ec meth-bcon, meth-indy-args: experimental support for BSM argument syntax ! meth-bcon-nary.patch Changeset: a3bd79820eb8 Author:jrose Date:

hg: mlvm/mlvm/hotspot: 2 new changesets

2010-05-02 Thread john . r . rose
Changeset: a0864fae6cfc Author:jrose Date: 2010-05-02 01:20 -0700 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/a0864fae6cfc meth-conv: checkpoint ! meth-conv-6939861.patch Changeset: 42040c3522c5 Author:jrose Date: 2010-05-02 01:20 -0700 URL:

hg: mlvm/mlvm/hotspot: 2 new changesets

2010-01-05 Thread Christian . Thalinger
Changeset: f274265b57ce Author:twisti Date: 2010-01-05 15:14 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/f274265b57ce indy.compiler.inline-6893268: Removed Matcher::method_handle_invoke_SP_save_mask since it was integrated with 6829187. !

hg: mlvm/mlvm/hotspot: 2 new changesets

2009-12-18 Thread john . rose
Changeset: 2907c82a9b8a Author:jrose Date: 2009-12-18 20:19 -0800 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/2907c82a9b8a rename pending patches to include bug IDs + indy-amd64-6829192.patch - indy-amd64.patch + indy.compiler-6829187.patch =

hg: mlvm/mlvm/hotspot: 2 new changesets

2009-12-18 Thread john . rose
Changeset: f77caaec36dd Author:jrose Date: 2009-12-18 23:43 -0800 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/f77caaec36dd meth, indy: add proposed tweaks to changes under review + indy.compiler.pkgtest.patch + meth.walker.fixes.patch ! series Changeset: 8e0a4989ffcf

hg: mlvm/mlvm/hotspot: 2 new changesets

2009-12-01 Thread Christian . Thalinger
Changeset: 9dbabeb9c96d Author:twisti Date: 2009-12-01 11:04 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/9dbabeb9c96d indy.compiler.inline: Disable debug output. ! indy.compiler.inline.patch Changeset: 63172a745a90 Author:twisti Date: 2009-12-01 12:11

fixed callcc [Was: Re: hg: mlvm/mlvm/hotspot: 2 new changesets]

2009-12-01 Thread Christian Thalinger
On Tue, 2009-12-01 at 11:12 +, christian.thalin...@sun.com wrote: Changeset: 63172a745a90 Author:twisti Date: 2009-12-01 12:11 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/63172a745a90 callcc: Fixed compilation. ! callcc.patch I fixed a couple of

hg: mlvm/mlvm/hotspot: 2 new changesets

2009-10-16 Thread Christian . Thalinger
Changeset: f2f1db50dd5d Author:twisti Date: 2009-10-16 16:07 +0200 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/f2f1db50dd5d indy.compiler: Fixed 64-bit debug compilation problem. ! indy.compiler.patch Changeset: bdb62f871e2c Author:twisti Date: 2009-10-16 16:07

hg: mlvm/mlvm/hotspot: 2 new changesets

2009-10-05 Thread Christian . Thalinger
Changeset: 5f6b003d2446 Author:twisti Date: 2009-10-05 14:30 +0200 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/5f6b003d2446 indy.compiler.inline: Added missing includes to fix build problem on Solaris. ! indy.compiler.inline.patch Changeset: 92135e4f5a67 Author:

hg: mlvm/mlvm/hotspot: 2 new changesets

2009-09-12 Thread john . rose
Changeset: ee07ee0ed86f Author:jrose Date: 2009-09-12 01:14 -0700 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/ee07ee0ed86f indy.compiler.inline: minor bug fixes ! indy.compiler.inline.patch Changeset: 9f5f4ee14324 Author:jrose Date: 2009-09-12 01:15 -0700 URL:

Re: hg: mlvm/mlvm/hotspot: 2 new changesets

2009-07-20 Thread John Rose
On Jul 19, 2009, at 2:38 AM, Christian Thalinger wrote: john.r...@sun.com wrote: Changeset: 0602439d6e05 Author:jrose Date: 2009-07-17 15:27 -0700 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/0602439d6e05 nonperm: tweak compiler policy ! nonperm.patch I think

hg: mlvm/mlvm/hotspot: 2 new changesets

2009-01-29 Thread john . rose
Changeset: df387891ff76 Author:jrose Date: 2009-01-29 14:18 -0800 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/df387891ff76 anonk: move source files to JDK ! anonk.proj.patch Changeset: f7d1fffbe8eb Author:jrose Date: 2009-01-29 14:18 -0800 URL: