Gruppi
Gruppi
Accedi
Gruppi
Gruppi
Deuce-STM developers
Conversazioni
Informazioni
Invia feedback
Guida
Percorso gruppo
Deuce-STM developers
1-30 di 75
Segna tutti come già letti
Segnala gruppo
0 selezionati
Gaurav Jain
03/05/14
Reg. Deuce STM rollbacks
Hi, I have one query regarding the process taking place during rollbacks of deuce stm, when many
da leggere,
Reg. Deuce STM rollbacks
Hi, I have one query regarding the process taking place during rollbacks of deuce stm, when many
03/05/14
José Pereira
,
Guy Korland
3
09/11/13
DeuceSTM and Futures
Thank you for your response. Either way, is it possible to use the original Futures classes (not
da leggere,
DeuceSTM and Futures
Thank you for your response. Either way, is it possible to use the original Futures classes (not
09/11/13
José Pereira
, …
Fernando Miguel Carvalho
7
15/10/13
JDK methods won't rollback
Yep, that solved my problem, thank you very much!! Terça-feira, 15 de Outubro de 2013 16:12:38 UTC+1,
da leggere,
JDK methods won't rollback
Yep, that solved my problem, thank you very much!! Terça-feira, 15 de Outubro de 2013 16:12:38 UTC+1,
15/10/13
Sasha Bermeister
, …
Miguel Carvalho
17
27/08/13
Calling a method directly on the Context interface
I could have this method in the Context interface: Context.startNested(String s, Context c) Then I
da leggere,
Calling a method directly on the Context interface
I could have this method in the Context interface: Context.startNested(String s, Context c) Then I
27/08/13
Sasha Bermeister
,
Guy Korland
2
19/08/13
Current state of nested transactions
I know that there was some work on this issue. You should check the forks, perhaps one of them did it
da leggere,
Current state of nested transactions
I know that there was some work on this issue. You should check the forks, perhaps one of them did it
19/08/13
Carmelo Polito
, …
Trevor Brown
11
14/08/13
Exception problem in application with Deuce
Thanks for this last suggestion. It helped me get a working offline-instrumented jar. The "
da leggere,
Exception problem in application with Deuce
Thanks for this last suggestion. It helped me get a working offline-instrumented jar. The "
14/08/13
M Ellis
,
Guy Korland
3
02/07/13
Should all JUnit tests succeed out-of-the-box?
I ran it with -javaagent:bin/deuceAgent.jar and 6/8 org.deuce.utest.reflection.AddressUtilTest tests
da leggere,
Should all JUnit tests succeed out-of-the-box?
I ran it with -javaagent:bin/deuceAgent.jar and 6/8 org.deuce.utest.reflection.AddressUtilTest tests
02/07/13
Yuheng Long
,
Guy Korland
4
23/03/13
Supporting Nested STM
The start method is a method of Thread, which is no instrumented by default. To instrument it you
da leggere,
Supporting Nested STM
The start method is a method of Thread, which is no instrumented by default. To instrument it you
23/03/13
Vincent Ni
, …
Guy Korland
7
16/03/13
Debug Deuce STM
you can run it in Eclipse or any other IDE or connect using remote debug. On Sat, Mar 16, 2013 at 4:
da leggere,
Debug Deuce STM
you can run it in Eclipse or any other IDE or connect using remote debug. On Sat, Mar 16, 2013 at 4:
16/03/13
Vincent Ni
,
Guy Korland
6
22/02/13
Instrumented Code
Anything special bothers you with the bytecode? I can help you walk through, it's a very simple
da leggere,
Instrumented Code
Anything special bothers you with the bytecode? I can help you walk through, it's a very simple
22/02/13
Vincent Ni
,
Guy Korland
2
19/02/13
What does such code mean?
It's kind of an optimization that if the field is final it doesn't need any transaction
da leggere,
What does such code mean?
It's kind of an optimization that if the field is final it doesn't need any transaction
19/02/13
Kevin Burns
,
Guy Korland
11
09/12/12
Transaction Exception
Thanks! On Sunday, December 9, 2012, Kevin Burns wrote: Thanks! That worked! If I had to guess, the
da leggere,
Transaction Exception
Thanks! On Sunday, December 9, 2012, Kevin Burns wrote: Thanks! That worked! If I had to guess, the
09/12/12
FM
,
Guy Korland
7
04/12/12
StmBench7- stmbench7.core.RuntimeError: ST7: unexpected beginning of Document.text!
Ok, got you. On Tue, Dec 4, 2012 at 6:00 PM, fmcarvalho <mcar...@cc.isel.ipl.pt> wrote: And,
da leggere,
StmBench7- stmbench7.core.RuntimeError: ST7: unexpected beginning of Document.text!
Ok, got you. On Tue, Dec 4, 2012 at 6:00 PM, fmcarvalho <mcar...@cc.isel.ipl.pt> wrote: And,
04/12/12
Saxo
,
Guy Korland
4
29/10/12
How to change Deuce STM options?
As I recall that was needed to allow instrumenting some of the boot class loader classes. These class
da leggere,
How to change Deuce STM options?
As I recall that was needed to allow instrumenting some of the boot class loader classes. These class
29/10/12
alegorla
, …
Saxo
3
29/10/12
ArrayList instrumentation
Use javolution's FastList instead of ArrayList. FastList is a standalone class and you don't
da leggere,
ArrayList instrumentation
Use javolution's FastList instead of ArrayList. FastList is a standalone class and you don't
29/10/12
gkor...@gmail.com
,
Oliver Plohmann
5
10/10/12
RE: [deuce-stm-developers] Re: Possible instrumentation problem with DeuceSTM
Hi Guy, this did it! Didn't understand things don't get instrumented when programming to an
da leggere,
RE: [deuce-stm-developers] Re: Possible instrumentation problem with DeuceSTM
Hi Guy, this did it! Didn't understand things don't get instrumented when programming to an
10/10/12
Oliver Plohmann
2
20/09/12
Possible instrumentation problem with DeuceSTM
Hi Guy, here I am again with another little DeuceSTM issue ;-). This time it involves much less code
da leggere,
Possible instrumentation problem with DeuceSTM
Hi Guy, here I am again with another little DeuceSTM issue ;-). This time it involves much less code
20/09/12
Elad
, …
FM
12
08/09/12
TL2 read-set validation
Yes, I need to instrument the Java runtime library (rt.jar) and I use the following exclude statement
da leggere,
TL2 read-set validation
Yes, I need to instrument the Java runtime library (rt.jar) and I use the following exclude statement
08/09/12
Mohammed Shambakey
, …
Stephen Tuttlebee
4
26/06/12
Nested transactions
Hi Yuheng, Pages 41 to 44 of the book 'Transactional Memory' has a good explanation of the
da leggere,
Nested transactions
Hi Yuheng, Pages 41 to 44 of the book 'Transactional Memory' has a good explanation of the
26/06/12
Guy Korland
15/03/12
Moving to GitHub
Hi all, In the last couple of years many projects forked from Deuce, but only couple of them
da leggere,
Moving to GitHub
Hi all, In the last couple of years many projects forked from Deuce, but only couple of them
15/03/12
Kevin Burns
,
Guy Korland
5
15/03/12
Passing Values to Deuce during Run Time
They would be per transaction, they're being produced be a realtime kernel, the they'll
da leggere,
Passing Values to Deuce during Run Time
They would be per transaction, they're being produced be a realtime kernel, the they'll
15/03/12
Kevin Burns
,
Yoav Cohen
3
10/02/12
Changing Contention Managers
Hi, Which version are you using? If you use the head revision, the current values for org.deuce.
da leggere,
Changing Contention Managers
Hi, Which version are you using? If you use the head revision, the current values for org.deuce.
10/02/12
Saxo
,
Guy Korland
2
17/11/11
Programmatic Interface?
No, Deuce isn't supporting explicit calls. But, this can be easily done using the transaction
da leggere,
Programmatic Interface?
No, Deuce isn't supporting explicit calls. But, this can be easily done using the transaction
17/11/11
wang shengjie
,
Guy Korland
4
03/11/11
Intruder on Deuce STM
You can find in public SVN under the tests folders a version on JStamp for DeuceSTM. On Mon, Oct 31,
da leggere,
Intruder on Deuce STM
You can find in public SVN under the tests folders a version on JStamp for DeuceSTM. On Mon, Oct 31,
03/11/11
Tharun Tej
,
Guy Korland
2
15/10/11
Can we influence runtime instrumentation.
You can easily change the algorithm by implementing your own context, see the doc for more details.
da leggere,
Can we influence runtime instrumentation.
You can easily change the algorithm by implementing your own context, see the doc for more details.
15/10/11
Lee
,
Guy Korland
3
12/06/11
NullPointerException during VM initialization with instrumented rt.jar
Let's see.... java -Dorg.deuce.verbose=true - Dorg.deuce.exclude="java.util.Hashtable,java.
da leggere,
NullPointerException during VM initialization with instrumented rt.jar
Let's see.... java -Dorg.deuce.verbose=true - Dorg.deuce.exclude="java.util.Hashtable,java.
12/06/11
paris
,
Guy Korland
4
10/06/11
Running Lee benchmark with DeuceSTM
Paris, Sorry for taking me so long to get back to you. I'll check it and ping you back. Guy On
da leggere,
Running Lee benchmark with DeuceSTM
Paris, Sorry for taking me so long to get back to you. I'll check it and ping you back. Guy On
10/06/11
DeuceSTM Support
06/06/11
Re: How to configure the deuce to use different low-layer components?
For more details see: http://sites.google.com/site/deucestm/documentation/writing-your-own-stm-
da leggere,
Re: How to configure the deuce to use different low-layer components?
For more details see: http://sites.google.com/site/deucestm/documentation/writing-your-own-stm-
06/06/11
Carmelo Polito
,
Guy Korland
3
12/05/11
Selecting a ContentionManager
Thanks for helping. Carmelo On 12 Mag, 15:34, Guy Korland <gkorl...@gmail.com> wrote: > You
da leggere,
Selecting a ContentionManager
Thanks for helping. Carmelo On 12 Mag, 15:34, Guy Korland <gkorl...@gmail.com> wrote: > You
12/05/11
Carmelo Polito
, …
mfazio
3
12/05/11
Manage Granularity in Deuce
Hi, I have a similar problem: I have to manage many objects in a collection and several threads that
da leggere,
Manage Granularity in Deuce
Hi, I have a similar problem: I have to manage many objects in a collection and several threads that
12/05/11