Changeset 8235415


Ignore:
Timestamp:
Dec 17, 2020, 1:01:02 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
94d93510
Parents:
34687d3
Message:

forgot to comment debug only var

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/locality.go

    r34687d3 r8235415  
    3333func (this * Spot) put( ctx * GoCtx, data * [] uint64, share bool) (* [] uint64, bool) {
    3434        new := uintptr(unsafe.Pointer(ctx))
    35         old_d := ctx.d
     35        // old_d := ctx.d
    3636        var raw uintptr
    3737        for true {
Note: See TracChangeset for help on using the changeset viewer.