Skip to Content.
Sympa Menu

svadev - [svadev] Convert Unsafe Allocas

svadev AT lists.siebelschool.illinois.edu

Subject: Svadev mailing list

List archive

[svadev] Convert Unsafe Allocas


Chronological Thread 
  • From: Arushi Aggarwal <arushi987 AT gmail.com>
  • To: svadev AT cs.uiuc.edu
  • Subject: [svadev] Convert Unsafe Allocas
  • Date: Wed, 11 May 2011 22:34:28 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/svadev>
  • List-id: <svadev.cs.uiuc.edu>

ConvertUnsafeAllocas/AllocaWithAggregateTypes.cpp

-> seems to create a declaration of memsetF, to I guess be able to use
that to do the initalization.
-> But really uses a store of a Null Value for a given type to do the
intialization.

Is there any reason to prefer one over the other.

Also, if we prefer the initialization, possibly the dead code could be
removed.

Arushi




Archive powered by MHonArc 2.6.16.

Top of Page