Bug 124397

Summary: [WebGL] WebGLBuffer loop iteration precalculation
Product: WebKit Reporter: Przemyslaw Szymanski <p.szymanski3>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: bfulgham, commit-queue, dino, esprehn+autocc, gyuyoung.kim, kondapallykalyan, roger_fong
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
itereation precalculation bfulgham: review-

Description Przemyslaw Szymanski 2013-11-15 00:19:40 PST
precalculation of the loop number of entries.
Comment 1 Przemyslaw Szymanski 2013-11-15 00:22:30 PST
Created attachment 217020 [details]
itereation precalculation
Comment 2 Brent Fulgham 2013-11-19 17:34:29 PST
Comment on attachment 217020 [details]
itereation precalculation

The WTF_ARRAY_LENGTH macro resolves to a compile-time value. There is no benefit to this change.