Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • tests
  • compiler_tests
  • ExpressionLimit_test.cpp
Find file
BlameHistoryPermalink
  • Corentin Wallez's avatar
    Implemented a CallDAG to allow for more AST analysis · 71d147f6
    Corentin Wallez authored Feb 11, 2015
    The CallDAG preprocesses the AST to construct a DAG of
    functions that can be used for several analyses.
    Use it to implement check for recursion and max call
    depth. It will also be used to limit the usage of
    [[flatten]] and [[unroll]].
    
    BUG=angleproject:937
    BUG=395048
    
    Change-Id: I8578703f2d49513f315aecccbcff34914562e4ff
    Reviewed-on: https://chromium-review.googlesource.com/263774Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarNicolas Capens <capn@chromium.org>
    Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    71d147f6
ExpressionLimit_test.cpp 14.9 KB
EditWeb IDE
×

Replace ExpressionLimit_test.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.