Builder fifoci Build #671
Results:
Build successful
SourceStamp:
| Revision | 304adc6e0ddef6411739d0fb577a63108a362c6a |
| Got Revision | 304adc6e0ddef6411739d0fb577a63108a362c6a |
| Changes | 1 change |
BuildSlave:
arch64-fifociReason:
downstream
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| 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:
| Name | Label | Value |
|---|
Responsible Users:
- degasus
Timing:
| Start | Sun Jan 19 12:58:58 2014 |
| End | Sun Jan 19 13:03:04 2014 |
| Elapsed | 4 mins, 6 secs |
All Changes:
:
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