This document summarizes Tilmann Scheller's presentation on code size optimization for ARM from Samsung Open Source Group. It introduces Samsung's JerryScript JavaScript engine, compares code size of JerryScript compiled with Clang and GCC for ARM, and analyzes code size differences at the function level to identify optimization opportunities in Clang. Specific functions from JerryScript are shown where GCC generates significantly smaller code.