Mark Wielaard wrote:

>Hi Guilhem,
>
>On Sat, 2006-03-25 at 18:08 +0100, Guilhem Lavaux wrote:
>  
>
>>Here is a patch to implement the last missing methods needed to override 
>>completely the target layer (which has already been removed). I have 
>>done some basic tests and I can run jamvm on some simple tests involving 
>>IOs, sockets and process spawning.
>>    
>>
>
>Nice. What needs to be done to merge the branch to head?
>
>Cheers,
>
>Mark
>  
>

I need to change implementation of socket timeouts to use poll/select
because it is a lot more portable than using SO_RCVTIMEO (which is
largely not implemented everywhere). So I have partially done this in my
tree.

After that, I want to do a full mauve comparison between the two
implementations to see if there are regressions, resynchronize the
branch with HEAD and merge it eventually.

Cheers,

Guilhem.

Reply via email to