Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder fifoci Build #671

Results:

Build successful

SourceStamp:

Revision304adc6e0ddef6411739d0fb577a63108a362c6a
Got Revision304adc6e0ddef6411739d0fb577a63108a362c6a
Changes1 change

BuildSlave:

arch64-fifoci

Reason:

downstream

Steps and Logfiles:

  1. git update ( 0 secs )
    1. stdio
  2. shell mkbuilddir ( 0 secs )
    1. stdio
  3. shell_1 configure ( 0 secs )
    1. stdio
  4. compile build ( 4 secs )
    1. stdio
  5. compile_1 install ( 0 secs )
    1. stdio
  6. shell_2 test ( 4 mins, 0 secs )
    1. stdio

Build Properties:

NameValueSource
author degasus Change
branch None Build
branchname index_buffer_cleanup Change
builddir /home/fifoci/buildslave/fifoci slave
buildername fifoci Builder
buildnumber 671 Build
codebase Build
description IndexGenerator: inline all variables As we do lots of writes to *Iptr, the compiler isn't allowed to cache any shared variable (neither index nor Iptr itself). This commit inlines Iptr + index into the index generator functions, so the compiler know that they are const. Change
got_revision 304adc6e0ddef6411739d0fb577a63108a362c6a GitNoBranch
project Build
repository Build
revision 304adc6e0ddef6411739d0fb577a63108a362c6a Build
scheduler fifoci Scheduler
shortrev 4.0-622 Change
slavename arch64-fifoci BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/fifoci/buildslave/fifoci slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. degasus

Timing:

StartSun Jan 19 12:58:58 2014
EndSun Jan 19 13:03:04 2014
Elapsed4 mins, 6 secs

All Changes:

:

  1. Change #1607

    Category None
    Changed by degasus
    Changed at Fri 17 Jan 2014 15:36:39
    Revision 304adc6e0ddef6411739d0fb577a63108a362c6a

    Comments

    IndexGenerator: inline all variables
    
    As we do lots of writes to *Iptr, the compiler isn't allowed to cache any shared variable (neither index nor Iptr itself).
    This commit inlines Iptr + index into the index generator functions, so the compiler know that they are const.

    Changed files

    • no files

    Properties

    Author degasus
    Branchname index_buffer_cleanup
    Description IndexGenerator: inline all variables As we do lots of writes to *Iptr, the compiler isn't allowed to cache any shared variable (neither index nor Iptr itself). This commit inlines Iptr + index into the index generator functions, so the compiler know that they are const.
    Shortrev 4.0-622