• Show log

    Commit

  • Hash : 0ef55535
    Author : Roman Lavrov
    Date : 2025-02-06T15:40:28

    FastVector::resize_down never increases capacity
    
    Note: this function is currently only called by SPIR-V code generation
    In particular, SpirvTransformer::transform() was bloated
    8896 -> 9756 bytes due to ensure_capacity() getting fully inlined.
    
    After https://crrev.com/c/6236800 this makes a much smaller difference
    but this still probably makes sense as before this CL the only
    difference between resize() and resize_down() was an assertion.
    
    Bug: angleproject:394848869
    Change-Id: If55a41d67e26a9bc1a30cb0012d1958faa734cc8
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6238266
    Commit-Queue: Roman Lavrov <romanl@google.com>
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    kc3_lang_org www_kmx_io thodg_w thodg_l thodg thodg_m
    Tags