picel
play

PICEL PICture Editing Language Project Manager System Architect - PowerPoint PPT Presentation

PICEL PICture Editing Language Project Manager System Architect System Architect Language Guru Testing Jedi Chia-Hao Hsu Chih-Sheng Wang Ruijie Zhang Rui Lu Chang Liu Whats Cool? Primitive type for picture Special syntax for


  1. PICEL PICture Editing Language Project Manager System Architect System Architect Language Guru Testing Jedi Chia-Hao Hsu Chih-Sheng Wang Ruijie Zhang Rui Lu Chang Liu

  2. What’s Cool? Primitive type for picture Special syntax for convolution pic foo = load(“bar.bmp”); mat kernel = {0, 1, 0, … 2, 0}; R/W RGB values in a single statement foo #kernel; foo.r[1][1] = 255; What about multiple convolution? Shared/separated buffer pictures foo #kernel1 #kernel2 #kernel3... pic baz = foo; /* shared buffer */ copy_pic(foo, baz) /* separated buffer */

  3. Intro - Picture editing on a dragon C-like syntax Customized syntax for picture editing LLVM backend

  4. AST, program structure - Init_array - S_init, F_init - Getpic, Getmatrix, GetRGBXY - Assignpic, Assignmatrix, AssignRGBXY

  5. Parser & Scanner

  6. Semantic Checker - For_init var => local var => block local hash list => global var - Pic, RGBXY, Matrix type checking - Convolution checking

  7. Code Gen foo.pic libpic bmplib.cpp PICEL foo.ll a.out

  8. Code Gen - Tricks ● Using hash maps: ○ Nested variable table: ■ variable name -> variable address (llvalue) ○ Type table: ■ llvalue -> variable type (used for type extend/casting and matrix dimension) ● 3rd-party library for bitmap read/write Bitmap Image Reader Writer Library Author: Arash Partow - 2002 URL: http://partow.net/programming/bitmap/index.html

  9. Graphic Library - Load - Save - newpic - Convolution - Copy_pic - To_BW

  10. Testing

  11. Planning & Processes - Team Distribution: 2 * Codegen, 2 * Semantic, 1 * Testing - Always Physical Meeting (Most Amazing!) - Internal Deadline - Version Control

  12. Project Timeline

  13. Development Challenges - Codegen: - Type extend/casting problem - Alloca in loop causes stack overflow - LLVM’s mem2reg pass helps? - Memory corruption debugging - struct/array indexing - Bitmap buffer init/free - Difference between LLVM versions - Variable Scoping (semantic/codegen): - Nested local variable scope - Testing - Coming up with tricky test cases

  14. demo!

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend