Re: STM frontend design docs

2006-06-04 Thread Charles Reiss
On 6/4/06, Leopold Toetsch <[EMAIL PROTECTED]> wrote: On Jun 3, 2006, at 23:45, Charles Reiss wrote: > =item new Px, .STMRef Creates a new transactionally managed variable which initially contains a clone of Px. The C opcode is defined as: new(out PMC, in INT) That means t

Re: STM frontend design docs

2006-06-04 Thread Leopold Toetsch
On Jun 3, 2006, at 23:45, Charles Reiss wrote: =item new Px, .STMRef Creates a new transactionally managed variable which initially contains a clone of Px. The C opcode is defined as: new(out PMC, in INT) That means that it is creating ("out") a new destination variable. it